From: Keir Fraser Date: Sat, 9 Jan 2010 08:14:44 +0000 (+0000) Subject: x86_32: Fix the build. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~12763 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22?a=commitdiff_plain;h=018d9dd53fa2c02b6ffcbb11cb01772ac63900ef;p=xen.git x86_32: Fix the build. Signed-off-by: Keir Fraser --- diff --git a/xen/arch/x86/mm/hap/p2m-ept.c b/xen/arch/x86/mm/hap/p2m-ept.c index ffc0dc56f1..ba6e2ee0a9 100644 --- a/xen/arch/x86/mm/hap/p2m-ept.c +++ b/xen/arch/x86/mm/hap/p2m-ept.c @@ -534,7 +534,7 @@ void ept_walk_table(struct domain *d, unsigned long gfn) next = map_domain_page(ept_entry->mfn); - unmap_domain_page(*table); + unmap_domain_page(table); table = next; }